RichTextKit v0.4

Buffer<T>.Length Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Buffer<T>

Gets or sets the length of the buffer

public int Length { get; set; }

Remarks

The internal buffer will be grown if the new length is larger than the current buffer size.

Property Type

int